home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / NERO / setup.exe / Nero / nres_eng.msg < prev    next >
Encoding:
Text File  |  2003-09-19  |  10.7 KB  |  152 lines

  1. // English (U.S.)
  2. // tab size:4
  3.  
  4. typedef enum
  5. {
  6. MES_FATAL_ERROR=0,            // "Fatal error; program terminated!"
  7. MES_UNKNOWN_ERROR,            // "Unknown error"
  8. MES_READ_ERROR,                // "Read error:"
  9. MES_WRITE_ERROR,            // "Write error:"
  10. MES_UNKNOWN_PART_TYPE,            // "Unknown partition type"
  11. MES_INSERT_CD,                // "Please insert Backup CD number %d in drive %c:."
  12. MES_INSERT_CD_OF_N,            // "Please insert Backup CD number %d of %d in drive %c:."
  13. MES_HEADER_ERROR,            // "%s Sizeof=%ld, Header=%ld"
  14. MES_HEADER_WRONG_SIZE,            // "Wrong byte alignment in the backup header:"
  15. MES_NO_VALID_CD,            // "This doesn't seem to be a valid backup CD!"
  16. MES_OPEN_BACKUP_ERR,            // "Could not open the backup file!"
  17. MES_READ_BACKUP_ERR,            // "Could not read the backup file!"
  18. MES_BACKUP_FILE_NOT_FOUND,        // "Backup file not found!"
  19.                     //           10        20        30        40        50        60        70
  20.                     //  1234567890123456789012345678901234567890123456789012345678901234567890123456
  21. MES_PART_TABLE_HEAD,            // "Part# Type System        S:Cyl  Hd Sec  E:Cyl  Hd  Sec       Len         MB "
  22. MES_NO_VALID_PART_INFO,            // "No valid partition info!" 
  23. MES_PRIMARY_PART,            // "Pri"
  24. MES_ABORT_EXT_PART,            // "Read error! Aborting scan for extended partitions!"
  25. MES_INVALID_EXT_PART_ENTRY,        // "Invalid extended partition entry!"
  26. MES_EXTENDED_PART,            // "Ext"
  27. MES_NUMBER_HARDDRIVE,            // "%3d.harddisk      ( %02X )"
  28. MES_BIOS_EXTENTIONS_YES,        // "LBA"
  29. MES_BIOS_EXTENTIONS_NO,            // "CHS"
  30. MES_RESTORE_SEGMENT,            // "Restoring segment using %s mode to sector %ld ..."
  31. MES_READ_ERR_SEGMENT_FILE,        // "Read error in segment file!"
  32. MES_WRITE_ERR_DEST_HD_LBA,        // "Write error on destination harddisk (LBA)!"
  33. MES_WRITE_ERR_DEST_HD_CHS,        // "Write error on destination harddisk (CHS)!"
  34. MES_LAST_WRITTEN_BLOCK,            // "Last written block=%ld"
  35. MES_BAD_DEST_GEOMETRY,            // "Cannot determine the destination drive's geometry!"
  36. MES_UNEXPECTED_SEG_NAME,        // "Unexpected segment file name!"
  37. MES_MODIFIED_PARTITIONS_1,        // "The harddisk partitions have been modified"
  38. MES_MODIFIED_PARTITIONS_2,        // "since the backup. Make sure, that you create"
  39. MES_MODIFIED_PARTITIONS_3,        // "a partition at Cylinder %d, Head %d and Sector %d,"
  40. MES_MODIFIED_PARTITIONS_4,        // "that ends at Cylinder %d, Head %d and Sector %d."
  41. MES_BAD_SEGMENT_ADDRESS,        // "Error. Segment address=%ld, but write address=%ld!!!Fixed."
  42. MES_OPEN_SEGMENT_ERR,            // "Cannot open segment file!"
  43. MES_SEEK_SEGMENT_ERR,            // "Cannot seek to the correct position within the segment file!"
  44. MES_SEGMENT_INFO,            // "FileLength=%ld Blks SegmentLength=%ld Blks"
  45. MES_START_RESTORE,            // "Press RETURN to restore Backup from %c to drive %02x "
  46. MES_START_PART_RESTORE,            // "Press RETURN to restore Backup from %c to drive %02x partition %d "
  47. MES_RESTORE_LABEL,            // " Restore"
  48. MES_QUIT_LABEL,                // " Quit"
  49. MES_HEADLINE,                // "                    Ahead: NERO CD-Backup Restore Program                   "
  50. MES_DEST_DRIVE_HEADLINE,        // " Dest_Drive       (BIOS #) Mode"
  51. MES_SOURCE_DRIVE_HEADLINE,        // " Source_Drive"
  52. MES_NO_BIOS_EXT,            // "Drive 0x%02X doesn't have BIOS extensions!"
  53. MES_NO_BOOTSECTOR,            // "Sorry, sector %ld doesn't seem to be a boot sector!"
  54. MES_DOS_ONLY,                // " Sorry, Ahead NERO Restore runs only in DOS-mode !!!"
  55. MES_INCOMP_GEOM,            // "Incompatible drive geometry !"
  56. MES_CANT_GET_GEOM,            // "Cannot determine the backup geometry!"
  57. MES_REALY_CANCEL,            // "REALLY CANCEL? <ESC>=continue restore, <RET>=cancel"
  58. MES_SEARCH_FILE,            // " Searching for backup file ..."
  59. MES_8GB_NO_EXT,                // "Cannot support drives >8GB without BIOS-Extensions"
  60. MES_OUT_OF_MEMORY,            // "Out of memory !"
  61.  
  62. MES_REOE_SUCCESS,            // "Partition reorganizing: successfull"
  63. MES_REOE_INVALID_FILE_SYSTEM,        // "Partition reorganizing: invalid file system"
  64. MES_REOE_IO_ERROR_R,            // "Partition reorganizing: read error"
  65. MES_REOE_IO_ERROR_W,            // "Partition reorganizing: write error"
  66. MES_REOE_OUT_OF_MEMORY,            // "Partition reorganizing: out of memory"
  67. MES_REOE_SYS_CORRUPT,            // "Partition reorganizing: system corrupt"
  68. MES_REOE_BAD_GEOMETRY,            // "Partition reorganizing: bad geometry"
  69. MES_REOE_NEW_SIZE_NOT_MATCH,        // "Partition reorganizing: new cluster size doesn't match"
  70. MES_REOE_FILE_SYSTEM_CORRUPT,        // "Partition reorganizing: file system corrupt"
  71. MES_REOE_OUT_OF_SPACE,            // "Partition reorganizing: out of space"
  72. MES_REOE_INVALID_REQUEST,        // "Partition reorganizing: invalid request"
  73. MES_REOE_NO_SPACE_FOR_ALIGNMENT,    // "Partition reorganizing: no space for alignment"
  74. MES_REOE_NOT_YET,            // "Partition reorganizing: not yet implemented?"
  75.  
  76. MES_CHECK_STRUCTURE,            // "Check structure"
  77. MES_MOVE_CLUSTER,            // "Move cluster"
  78. MES_ALIGN_CLUSTER,            // "Align cluster"
  79. MES_CREATE_NEW_STRUCTURES,        // "Create new structures"
  80. MES_COPY_STRUCTURES,            // "Copy structures"
  81.  
  82. MES_RESTORING,                // "Restoring"
  83. MES_CANT_CREATE_LAYOUT,            // "Cannot create compatible partition layout!"
  84. MES_REBOOT,                // "Press a key to REBOOT"
  85. MES_DESTINATION_UNFIT,            // "Destination is unfit"
  86. MES_COULDNT_SET_TYPE,            // "Couldn't set partition type!"
  87. MES_SELECT_LANGUAGE,            // "Please select language: (e) for english."
  88. MES_WRONG_MESSAGE_NUMBER,        // "Wrong message number at message:"
  89. MES_NO_OPEN_MESSAGE_FILE,        // "Could not open the messages file:"
  90. MES_BROKEN_QUOTED_STRING,        // "Broken quoted string"
  91. MES_FILE_FOUND,                // " Backup file found; please select destination"
  92. MES_SRCDRV_VIEW_HINT,            // "Select available source drive"
  93. MES_DSTDRV_VIEW_HINT,            // "Select destination drive"
  94. MES_PART_SEL_HINT,            // "Select partition"
  95. MES_QUIT_HINT,                // "Terminate program"
  96. MES_BEGIN_RESTORE_HINT,            // "Perform restore operation"
  97. MES_JOB_COMPLETE_SUCCESS,        // "Restoring succesfully completed. Please reboot for use restored volume."
  98. MES_JOB_UNCOMPLETE,            // "Restoring failed.Please check CD and HDD devices and media for error free."
  99. MES_ERR_CANT_APPLY_UNUSED,        // "|Error: can't apply to unused partition !|Press any key to continue...|"
  100. MES_ERR_UNABLE_BACKUP_TO_FREE,        // "|Error: unable backup to free space !|Please create partition first ...|Press any key for continue ...|"
  101. MES_ERR_CANT_CREATE_PART_FOR_HDD,    // "|Error: partition creation for HDD backup not available !|Please use partition backup source ...|Press any key for continue ...|"
  102. MES_ERR_CANT_CREATE_PART_ON_EXIST,    // "|Error: can't create partition on existing !|Please delete it first ...|Press any key for continue ...|"
  103. MES_ERR_TOO_SMALL_DESTINATION,        // "|Error: destination too small !|Please choose another destination or create current more large ...|Press any key for continue ...|"
  104. MES_ERR_NO_FREE_SLOTS_IN_MBR,        // "|Error: there are no free slots in MBR!|Press any key for continue ...|"
  105. MES_ERR_CANT_DELETE_UNUSED,        // "|Error: can't delete unused partition !|Press any key for continue ...|"
  106. MES_WARN_PART_WILL_DELETED,        // "|Warning: partition will be deleted !|Press ENTER to delete it.|Press any key to discard operation.|"
  107. MES_ERR_CANT_FIND,            // "|Error: can't find selected partition!|Press any key for continue ...|"
  108. MES_ERR_EXT_ALREADY_EXIST,        // "|Error: extended partition already exist!|Please delete it first.|Press any key for continue ...|"
  109. MES_ERR_AREA_TOO_SMALL_FOR_EXT,        // "|Error: area too small for extended partition!|Please provide more free space.|Press any key for continue ...|"
  110. MES_ERR_EXT_PART_NOT_EXIST,        // "|Error: extended partition not exist!|Press any key for continue ...|"
  111. MES_WARN_EXT_PART_WILL_DELETED,        // "|Warning: extended partition will be deleted !|Press ENTER to delete it.|Press any key to discard operation.|"
  112. MES_ERR_CANT_RESIZE_PART_FOR_HDD,    // "|Error: can't perform resize for HDD backup !|Please use partition backup source.|Press any key for continue ...|"
  113. MES_ERR_CANT_CREATE_EXT_SMAL,        // "|Error: can't create extended partition smaller!|Press any key for continue...|"
  114. MES_ERR_CANT_APPLY_EXTENDED,        // "|Error: cannot apply to extended partition !|Press any key for continue...|"
  115. MES_WARN_MBR_DAMAGED,            // "|Warning: MBR sector damaged !|Choose 'Rewrite MBR' operation for fix it.|Press any key for continue ...|"
  116. MES_WARN_EXT_DAMAGED,            // "|Warning: extended partition damaged !|Press ENTER to fix it.|Press any key to continue without changing ...|"
  117.  
  118. MES_MENU_CLEAR_MBR,            // "Clear MBR partition info (MBR code not changed)"
  119. MES_MENU_WRITE_MBR,            // "Write new MBR (for drive with damaged MBR)"
  120. MES_MENU_CREATE_PART,            // "Create new partition for source backup at this place"
  121. MES_MENU_DELETE_PART,            // "Delete this partition"
  122. MES_MENU_MAKE_BOOT,            // "Make this partition bootable"
  123. MES_MENU_TOGGLE_HIDE,            // "Hide\\Unhide this partition"
  124. MES_MENU_CREATE_EXT,            // "Create extended partition"
  125. MES_MENU_DELETE_EXT,            // "Delete extended partition"
  126. MES_MENU_RESIZE_EXT,            // "Resize extended partition"
  127.  
  128. MES_MENU_CREATE_EXT_FIT,        // "Create extended partition with size for fit source backup"
  129. MES_MENU_CREATE_EXT_ALL,        // "Create extended partition on all available free space"
  130. MES_MENU_ADD_FIT_SIZE,            // "Add size for fit source backup to extended partition"
  131. MES_MENU_EXPAND_SIZE,            // "Expand extended partition on all available free space"
  132. MES_MENU_FREE_UNUSED,            // "Free unused extended partition space"
  133.  
  134. MES_PRESS_ENTER_FOR_MAN,        // "Press ENTER for manage partitions"
  135. MES_WARN_MBR_WILL_DELETED,        // "|Warning: MBR will cleared !!!|Press ENTER to do this.|Press any key to discard operation ...|"
  136. MES_ERR_CHANGE_MEDIA,            // "|ERROR: Invalid media choosed !|Please replace media in this drive|or choose another drive with valid backup source.|Press any key to continue ...|"
  137.  
  138. MES_ERR_SIZE_ERROR,            // "|ERROR: Source and destination sizes uncompatible !|"
  139. MES_MENU_SHOW_DRIVE_INFO,         // "Show partition information"
  140. MES_JOB_COMPLETE_SUCCESS_1,        // "|Restoring succesfully completed.|Please reboot for use restored volume.|"
  141. MES_JOB_UNCOMPLETE_1,            // "|Restoring failed.|Please check CD and HDD devices and media for error free.|"
  142. MES_WAR_WILL_DESTROYED,            // "|WARNING: You try to restore to existing partition.|All old data in this partition will be destroyed.|Press ENTER to continue or |any other key for discard operation...|"
  143.  
  144. MES_HELP_SRC_DRIVE,            // "|Press UP or DOWN arrows for navigate on available source partitions|Press ENTER for choose selected backup source|Press any key for close help window|"
  145. MES_HELP_DST_DRIVE,            // "|Press UP or DOWN arrows for navigate on available destination drives|Press ENTER for choose selected drive |Press any key for close help window|"
  146. MES_HELP_PART_TABLE,            // "|Press UP or DOWN arrows for navigate on available partitions|Press ENTER for manage selected partition|Press TAB for exit from partition table window|Press any key for close help window|"
  147. MES_HELP_QUIT,                // "|Press ENTER for terminate program|Press any key for close help window|"
  148. MES_HELP_REST,                // "|Press ENTER for perform restore operation|Press any key for close help window|"    
  149.  
  150. } ERR_MSG_NUM;
  151.  
  152.